home *** CD-ROM | disk | FTP | other *** search
- |mousexy|
- windowtitle `<Integer> = MouseX or <Integer> = MouseY
- printlf `Both MouseX & MouseY are integer variables.
- printlf `MouseX is the current horizontal mouse
- printlf ` position.
- printlf `MouseY is the current vertical mouse
- printlf ` position.
- end
-
- |windowcolors|
- windowtitle `<Integer> = WindowColors
- printlf `WindowColors is the number of colors
- printlf `allowed in the current window.
- end
-
- |windowheight|
- windowtitle `<Integer> = WindowHeight
- printlf `WindowHeight is the height of the
- printlf `current window in pixels.
- end
-
- |windowwidth|
- windowtitle `<Integer> = WindowWidth
- printlf `WindowWidth is the width of the
- printlf `current window in pixels.
- end
-
- |windowtitle|
- windowtitle `"string" = WindowTitle
- printlf `WindowTitle is the current text in the
- printlf `Window's Title bar.
- end
-
- |windowxy|
- windowtitle `<Integer> = WindowX or <Integer> = WindowY
- printlf `WindowX is the horizontal offset of
- printlf ` the current window.
- printlf `WindowY is the vertical offset of the
- printlf ` current window.
- end
-
- |screencolors|
- windowtitle `<Integer> = ScreenColors
- print `Same as `
- subject `WindowColors`WindowColors`
- end
-
- |screenwidth|
- windowtitle `<Integer> = ScreenWidth
- printlf `The width of the screen in pixels.
- end
-
- |screenheight|
- windowtitle `<Integer> = ScreenHeight
- printlf `The height of the screen in pixels.
- end
-
- |screenxy|
- windowtitle `<Integer> = ScreenX or <Integer> = ScreenY
- printlf `ScreenX is the horizontal offset of
- printlf ` the screen.
- printlf `ScreenY is the vertical offset of
- printlf ` the screen.
- end
-
- |interlace|
- windowtitle `«logical» = Interlace
- printlf `TRUE when the screen is Interlace.
- end
-
- |Hires|
- windowtitle `«logical» = Hires
- printlf `TRUE when the screen is High-Resolution.
- end
-
- |ntsc|
- windowtitle `«logical» = NTSC
- printlf `TRUE when NTSC Amiga. FALSE when PAL.
- end
-
- |ScreenTitle|
- windowtitle `"string" = ScreenTitle`
- printlf `Returns the current title of the
- printlf `screen.`
- end
-
-